It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-01-31 0 0 // 1 2025-02-01 0 0 // 2 2025-02-02 0 0 // 3 2025-02-03 0 3 // 4 2025-02-04 0 0 // 5 2025-02-05 0 6 // 6 2025-02-06 0 0 // 7 2025-02-07 0 4 // 8 2025-02-08 0 1 // 9 2025-02-09 0 9 // 10 2025-02-10 0 4 // 11 2025-02-11 0 10 // 12 2025-02-12 0 0 // 13 2025-02-13 0 2 // 14 2025-02-14 0 5 // 15 2025-02-15 0 0 // 16 2025-02-16 0 3 // 17 2025-02-17 0 1 // 18 2025-02-18 0 3 // 19 2025-02-19 0 0 // 20 2025-02-20 0 7